Add first GitHub Actions workflow to test Deploy notebook#169
Merged
efajardo-nv merged 4 commits intomainfrom Dec 11, 2025
Merged
Add first GitHub Actions workflow to test Deploy notebook#169efajardo-nv merged 4 commits intomainfrom
efajardo-nv merged 4 commits intomainfrom
Conversation
efajardo-nv
reviewed
Dec 8, 2025
efajardo-nv
reviewed
Dec 8, 2025
efajardo-nv
reviewed
Dec 8, 2025
ashsong-nv
reviewed
Dec 8, 2025
Collaborator
ashsong-nv
left a comment
There was a problem hiding this comment.
Thanks @ryanzhang1230!
Collaborator
|
@efajardo-nv could we also make the PR title more descriptive to the workflow since it will go into the commit message? |
efajardo-nv
approved these changes
Dec 11, 2025
efajardo-nv
added a commit
that referenced
this pull request
Feb 5, 2026
* Add first GitHub Actions workflow to test Deploy notebook (#169) * feat: Add first GitHub Actions workflow * Add pull request trigger * fix: update from review commnets --------- Co-authored-by: Eli Fajardo <efajardo@nvidia.com> * Implement email notification for workflow results (#171) Added email notification step to workflow with results. * Add dask config options to config.yml * Concurrency improvements * Update to NAT 1.4 prerelease with async endpoint fix * Update to nvidia-nat 1.4.0 * Update to import to use langchain_classic after NAT upgrade to langchain 1.2.8 * Remove note in README about server log visibility issue for async endpoint since it was fixed in NAT 1.4. * Add explicit dependencies for langchain-classic and filelock * Update the file locking cleanup code to use a non-blocking acquire to avoid the race condition * Guard fetch/checkout when no origin remote exists * Remove commented line from workspace file * Add bokeh dependency for dask dashboard * Add dask dashboard port mapping to docker compose * Add .dockerignore * Mention Dask dashboard in readme --------- Co-authored-by: ryanzhang1230 <ryanzh@nvidia.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
First GitHub Actions workflow triggered by commits and pull requests to the
mainbranch. A branch protection rule onmainhas also been set up that requires successful run of this workflow before merges.